home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / copy_one.com < prev    next >
Encoding:
Text File  |  1997-05-14  |  240 b   |  9 lines

  1. $ ! OpenVMS command file to emulate behavior of:
  2. $ !
  3. $ !     Define the command for copying one file to another
  4. $ !
  5. $ COPY="COPY/LOG"
  6. $ FILE = F$SEARCH("''P1'")
  7. $ IF P2 .EQS. "." THEN P2 = "[]"
  8. $ IF "''FILE'" .NES. "" THEN COPY 'FILE' 'P2'
  9.